• frmLoginDetails.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmLoginDetails
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmLoginDetails));
32             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
33             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
34             
this.SuspendLayout();
35             
//
36             
// dataGridView1
37             
//
38             
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
39             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
40             
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
41             
this.dataGridView1.Name = "dataGridView1";
42             
this.dataGridView1.Size = new System.Drawing.Size(249, 297);
43             
this.dataGridView1.TabIndex = 0;
44             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
45             
//
46             
// frmLoginDetails
47             
//
48             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
49             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
50             
this.ClientSize = new System.Drawing.Size(249, 297);
51             
this.Controls.Add(this.dataGridView1);
52             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
53             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
54             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
55             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
56             
this.MaximizeBox = false;
57             
this.MinimizeBox = false;
58             
this.Name = "frmLoginDetails";
59             
this.ShowIcon = false;
60             
this.ShowInTaskbar = false;
61             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
62             
this.Text = "Login Details";
63             
this.Load += new System.EventHandler(this.frmLoginDetails_Load);
64             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
65             
this.ResumeLayout(false);
66
67         }
68
69         
#endregion
70
71         
private System.Windows.Forms.DataGridView dataGridView1;
72     }
73 }


Gõ tìm kiếm nhanh...